Ok so I am building a custom data field type for Umbraco 14 and am getting a warning in the JS console about a missing label - except I am using a label. What is the correct way to do this?
warning message: UUI-INPUT needs a
label
**
code:
MondayMaximum per day per:
m
Matt Wise
08/12/2024, 8:56 PM
It means a label attribute 🙂 it will handle <uui-label I believe
a
Aaron Sawyer
08/12/2024, 9:13 PM
Oh, thanks, a literal label= attribute, ok thanks
Aaron Sawyer
08/13/2024, 6:48 PM
Update: that worked. Interestingly, I noticed umbraco 14 itself doesn’t have a label set on some data types, ex. Toggles.